Login&FileTransferScripts1  v1.0

Thank you for purchasing the Login&FileTransfer script package
from Symantec ASPECT Assist!  ASPECT Assist is pleased to
provide you with these useful examples of login and file
transfer scripts that you can easily customize and begin using
immediately to automate your communications tasks.

This disk contains examples of five common login and file
transfer tasks, for use under Procomm Plus versions 4.x.
Please review the script summaries below, then compile the
source code (WAS) for your script selection using the Procomm
Plus ASPECT compiler.  This disk contains the source code
for each example script as well as a text file (TXT), which
provides details on customizing the script and compiling and
running the script.

Please note that Symantec Technical Support and ASPECT Assist
do not provide troubleshooting support on these scripts.  If you
would like one of our consultants to customize a script for you,
please contact ASPECT Assist for pricing information at
1-800-234-7774.

These scripts are copyright (C) 1999 Symantec and may not be
re-distributed.

AutoUpload.WAS
~~~~~~~~~~~~~~
This script file automates logging into a host system and
uploading a specified file.  Depending on the transfer protocol
used, multiple files can be uploaded during a session.  Just
specify the directory where the files are located. If you are
using a batch protocol, (one that transfers multiple files) such
as ZMODEM, YMODEM, or KERMIT, you can use wildcards in the file
name to specify which files to transfer. (*.*, *.txt, *.doc,
etc.)

BankUpload.WAS
~~~~~~~~~~~~~~
BankUpload automates logging into a mainframe or other host
system.  It is ideal for a bank or other financial institution.
It pulls data from an INI file where information such as the
logon, password, phone number, and file transfer protocol is
kept.  This allows you to edit the information easily for
multiple locations and multiple systems as desired, but does not
provide good security, as the INI file can be viewed. 

BasicLogonXfer.WAS
~~~~~~~~~~~~~~~~~~
BasicLogonXfer.WAS will dial a number and connect to another
machine running the Procomm Plus Host script, and then
automatically upload two files predefined in the script using
ZMODEM file transfer protocol. The script can be edited to
perform a download from the Host instead.

MergeUpload.WAS
~~~~~~~~~~~~~~~
This script will combine two files, call the host computer, log
on and upload the new file to a host system.  The script will
also send an email message to 3 addresses to verify the file
transfer. (This part of the script can be removed). A log file
with success or failure will then be sent to the default Windows
printer. The script will then exit Procomm Plus.      

UploadAndSave.WAS
~~~~~~~~~~~~~~~~~
UploadAndSave checks a set directory for a file.  If a file exists
the script dials a Connection Directory entry and logs in to the
host system with ID and password.  If a connection is not made,
the script will repeat the connection attempt up to 3 times.  The
script will then upload the file found in the watched directory
to the host system.  The script will move the uploaded file to
another directory and rename the file to the current date
(example: 123098).  UploadAndSave creates a log file of all
transactions.  UploadAndSave is set to automatically exit the
script and Procomm Plus at the end of the process.